ASP.NET Core MVC コントロールヘルプ
InputMaskFor<TObject> メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > ControlBuilderFactory<TModel> クラス : InputMaskFor<TObject> メソッド
The model bind expression
Create an InputMaskBuilder.
シンタックス
'宣言
 
Public Function InputMaskFor(Of TObject)( _
   ByVal expression As System.Linq.Expressions.Expression(Of Func(Of TModel,TObject)) _
) As InputMaskBuilder
public InputMaskBuilder InputMaskFor<TObject>( 
   System.Linq.Expressions.Expression<Func<TModel,TObject>> expression
)

パラメータ

expression
The model bind expression

型パラメータ

TObject

戻り値の型

The InputMaskBuilder
参照

ControlBuilderFactory<TModel> クラス
ControlBuilderFactory<TModel> メンバ